home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000335_news@columbia.edu _Tue Jan 23 17:43:11 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id RAA04247 for <kermit.misc@watsun>; Tue, 23 Jan 1996 17:43:11 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id RAA21906 for kermit.misc@watsun; Tue, 23 Jan 1996 17:43:06 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit - noninteractive mode usage.
  8. Date: 23 Jan 1996 22:42:55 GMT
  9. Organization: Columbia University
  10. Lines: 44
  11. Message-ID: <4e3o9f$lcb@apakabar.cc.columbia.edu>
  12. References: <4e2v6f$f17@igate2.pt.cyanamid.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4e2v6f$f17@igate2.pt.cyanamid.com>,
  16. Bala Balakrishnan  <balakrishnanb@cyanamid.com> wrote:
  17. : I am trying to use kermit to communicate between a hp9000 running hpux
  18. : 9.0 and a remote OS/2 PC.  When I connect to the OS/2 PC, it will
  19. : automatically invoke a 3rd party software which will connect to a IBM
  20. : 3090, collect a file and convert it from EBCIDIC to ASCII and place it
  21. : on the OS/2.  At that point, I will escape back to the local kermit and
  22. : receive the file.  I have been able to get this working after tweaking a
  23. : lot of parameters.
  24. : Now, I would like this process to be automated using a unix shell script 
  25. : or whatever. Unfortunately the hpux documentation that I have on kermit 
  26. : is very minimal and it does not have any examples at all.
  27. The current version of HP-UX is 10.x, and the current version of C-Kermit
  28. for HP-UX is 5A(190).  In fact, C-Kermit 5A(190) is part of HP-UX 10.0, by
  29. agreement between Columbia University and Hewlett Packard.  Earlier
  30. releases of HP-UX included an ancient version of C-Kermit, 4E(072), which,
  31. unlike the current version, does not have a script programming language.
  32. So first you will need to install the current version of C-Kermit on your
  33. HP-UX system.  See our Web page for details:
  34.  
  35.   http://www.columbia.edu/kermit/
  36.  
  37. Use one of the HP-UX 9.0-specific makefile entries.
  38.  
  39. : I would appreciate if someone can send me some examples of using kermit 
  40. : in non-interactive mode.
  41. :
  42. Three chapters of the manual, "Using C-Kermit", are devoted to script
  43. programming.  This applies to both the HP-UX version and the OS/2 version,
  44. as well as to many others.  For information about the manual, see:
  45.  
  46.   http://www.columbia.edu/kermit/manuals.html
  47.  
  48. Also look at the ckermit.ini (.kermrc) file that comes with C-Kermit
  49. 5A(190) for some examples.
  50.  
  51. : Also, is there a FAQ for this news group? If yes, where can I find it?
  52.   http://www.columbia.edu/kermit/faq.html
  53.   ftp://kermit.columbia.edu/kermit/faq.txt
  54.  
  55. - Frank